home *** CD-ROM | disk | FTP | other *** search
/ PC Attack 1995 May / PC Attack UltraDisc 1 (Future Publishing) (May 1995).iso / apache / install.bat < prev    next >
DOS Batch File  |  1995-03-07  |  260b  |  14 lines

  1. @echo off
  2.     echo.
  3.     echo This will install APACHE animation to c:\apache
  4.     echo.
  5.     pause
  6.     mkdir c:\apache
  7.     xcopy *.* c:\apache /s /e
  8.     echo.
  9.     echo Installation Complete
  10.     echo.
  11.     c:
  12.     cd \apache
  13.     echo Type "APACHE" and press ENTER to run APACHE animation
  14.